home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / ozgis88.zip / OZGIS15.TUT < prev    next >
Text File  |  1992-01-04  |  2KB  |  40 lines

  1.                         FILE NAMES
  2.                         ==========
  3.                         
  4. Every type of file is uniquely identified in the OzGIS system. This means that
  5. the same name can be used for different types of files.
  6.  
  7. e.g. the attribute and geographics example files for australia are both called
  8. "OZ".
  9.  
  10. This is accomplished by the use of different extensions, so the two australian
  11. files are OZ.ATT and OZ.GEO
  12.  
  13. However, you NEVER use the extensions to the file names; the system adds them
  14. automatically.
  15.  
  16. The only time you have to worry about extensions is when handling files
  17. external to OzGIS e.g. backing up.
  18.  
  19. One important point is that external data files have to have names with
  20. extensions ".DAT" before they can be read into the system (with OzEnter).
  21.  
  22. A standard interface is used to give file names. You usually just type in the
  23. name (without extension) e.g. "PHRED". If the file is in another directory you
  24. can put that on the front e.g. "\MYDATA\PHRED". Similarly, files can be on
  25. other devices e.g. "A:PHRED" to read off a floppy.
  26.  
  27. The \OZGIS directory is used to hold "system" files. These can be selected by
  28. typing "*" on the front of the file name. e.g. "*C16SV4" is the same as typing
  29. "\OZGIS\C16SV4". System files include device files, marker files and font files
  30. supplied with the system. You can of course put any files you use a lot into
  31. the OZGIS directory too.
  32.  
  33.  
  34. The file name interface has two other options. If you give the file name as "L"
  35. (or "l"), a list of all that type of file in the current directory and also any
  36. system files of that type, is generated.
  37.  
  38. You can also give the file name as"E" (or "e"), which exits from the procedure
  39. back to the previous menu.
  40.